type github.com/jackc/pgx/v5/pgconn.pipelineRequestType

6 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2206: type pipelineRequestType int
		pgconn.go#L2209: 	pipelineNil pipelineRequestType = iota
		pgconn.go#L2220: 	RequestType       pipelineRequestType
		pgconn.go#L2229: 	lastRequestType            pipelineRequestType
		pgconn.go#L2263: func (s *pipelineState) PushBackRequestType(req pipelineRequestType) {
		pgconn.go#L2281: func (s *pipelineState) ExtractFrontRequestType() pipelineRequestType {